home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / AERegistry.idl < prev    next >
Text File  |  1996-05-01  |  4KB  |  133 lines

  1. /*
  2.      File:        AERegistry.idl
  3.  
  4.      Contains:    AppleEvents Registry Interface.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __AEREGISTRY_IDL__
  19. #define __AEREGISTRY_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __ERRORS_IDL__
  28. #include <Errors.idl>
  29. #endif
  30. #ifndef __APPLEEVENTS_IDL__
  31. #include <AppleEvents.idl>
  32. #endif
  33. #ifndef __QUICKDRAW_IDL__
  34. #include <Quickdraw.idl>
  35. #endif
  36. #ifndef __KEYBOARD_IDL__
  37. #include <Keyboard.idl>
  38. #endif
  39.  
  40. #ifdef __SOMIDL__
  41.  
  42. /* EventRecord Classes and EventIDs */
  43. #if FOR_SYSTEM8_COOPERATIVE
  44. #endif
  45. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  46. /* Desc type constants */
  47. typedef SOMLargeStruct            TextRange;                    /* Derived from a struct of 10 bytes in size */
  48.  
  49. typedef OpaquePtr                TextRangePtr;                /* Substituted OpaquePtr for ``TextRange*'' */
  50.  
  51. typedef OpaquePtr                TextRangeHandle;            /* Substituted OpaquePtr for ``TextRangePtr*'' */
  52.  
  53. typedef SOMLargeStruct            TextRangeArray;                /* Derived from a struct of 12 bytes in size */
  54.  
  55. typedef OpaquePtr                TextRangeArrayPtr;            /* Substituted OpaquePtr for ``TextRangeArray*'' */
  56.  
  57. typedef OpaquePtr                TextRangeArrayHandle;        /* Substituted OpaquePtr for ``TextRangeArrayPtr*'' */
  58.  
  59. typedef SOMLargeStruct            OffsetArray;                /* Derived from a struct of 6 bytes in size */
  60.  
  61. typedef OpaquePtr                OffsetArrayPtr;                /* Substituted OpaquePtr for ``OffsetArray*'' */
  62.  
  63. typedef OpaquePtr                OffsetArrayHandle;            /* Substituted OpaquePtr for ``OffsetArrayPtr*'' */
  64.  
  65. typedef SOMFourByteStruct        WritingCode;                /* Derived from a struct of 4 bytes in size */
  66.  
  67. typedef SOMLargeStruct            IntlText;                    /* Derived from a struct of 5 bytes in size */
  68.  
  69. #endif
  70. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  71. /* Hilite styles */
  72. #endif
  73. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  74. #endif
  75. #if FOR_SYSTEM8_COOPERATIVE
  76. /*
  77.  This is the Modern Text Event suite, it defines all the attributes for TextEvent, 
  78.  RawKeyEvents, CommandEvents, NavigationEvents, and VirtualKeyEvents. 
  79.  What's missing: Duplicates need to be resolved with other parts of the ModernEvents in this 
  80.  file! Tague needs to add the data for the Key,Command, and Navigation events.
  81. */
  82. typedef SInt32                    HiliteStyle;
  83.  
  84. /* Pos to offset results */
  85. typedef OptionBits                RegionClass;
  86.  
  87. /* Get Region Actions */
  88. typedef OptionBits                GetRegionClass;
  89.  
  90. /* Hilite Range information */
  91. typedef SOMLargeStruct            HiliteRange;                /* Derived from a struct of 22 bytes in size */
  92.  
  93. typedef OpaquePtr                HiliteRangePtr;                /* Substituted OpaquePtr for ``HiliteRange*'' */
  94.  
  95. typedef SOMLargeStruct            HiliteRangeArray;            /* Derived from a struct of 26 bytes in size */
  96.  
  97. typedef OpaquePtr                HiliteRangeArrayPtr;        /* Substituted OpaquePtr for ``HiliteRangeArray*'' */
  98.  
  99. /* Text Line specification */
  100. typedef SOMLargeStruct            TextLineInfo;                /* Derived from a struct of 26 bytes in size */
  101.  
  102. typedef OpaquePtr                TextLineInfoPtr;            /* Substituted OpaquePtr for ``TextLineInfo*'' */
  103.  
  104. /* Text Range specification */
  105. typedef SOMLargeStruct            TextRegionRange;            /* Derived from a struct of 8 bytes in size */
  106.  
  107. typedef OpaquePtr                TextRegionRangePtr;            /* Substituted OpaquePtr for ``TextRegionRange*'' */
  108.  
  109. /* Replace Range specification */
  110. typedef SOMLargeStruct            ReplaceRange;                /* Derived from a struct of 16 bytes in size */
  111.  
  112. typedef OpaquePtr                ReplaceRangePtr;            /* Substituted OpaquePtr for ``ReplaceRange*'' */
  113.  
  114. typedef SOMLargeStruct            ReplaceRangeArray;            /* Derived from a struct of 20 bytes in size */
  115.  
  116. typedef OpaquePtr                ReplaceRangeArrayPtr;        /* Substituted OpaquePtr for ``ReplaceRangeArray*'' */
  117.  
  118. /* Get Region specification */
  119. typedef SOMLargeStruct            GetRegionRange;                /* Derived from a struct of 16 bytes in size */
  120.  
  121. typedef OpaquePtr                GetRegionRangePtr;            /* Substituted OpaquePtr for ``GetRegionRange*'' */
  122.  
  123. typedef SOMLargeStruct            ClauseOffsetArray;            /* Derived from a struct of 8 bytes in size */
  124.  
  125. typedef OpaquePtr                ClauseOffsetArrayPtr;        /* Substituted OpaquePtr for ``ClauseOffsetArray*'' */
  126.  
  127. #endif
  128.  
  129. #endif /* __SOMIDL__ */
  130.  
  131. #endif /* __AEREGISTRY_IDL__ */
  132.  
  133.